testoverlay: Re-enable blurring
authorTimm Bäder <mail@baedert.org>
Sun, 13 Jan 2019 04:28:44 +0000 (05:28 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 13 Jan 2019 07:23:25 +0000 (08:23 +0100)
Accidentally disabled in 8b14c8d0a820e6617bd72a39a53d2ae6fa7b242b

tests/testoverlay.c

index 67042cce5ab65dbd0dd2fc8eef201aba3094e9d5..6e5634f7ef1f5f6aca9555beaf321098c4ea8396 100644 (file)
@@ -566,7 +566,7 @@ test_effect (void)
   gtk_widget_set_valign (button, GTK_ALIGN_START);
 
   gtk_overlay_add_overlay (GTK_OVERLAY (overlay), button);
-  /*gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);*/
+  gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);
 
   button = gtk_button_new_with_label ("Maybe this one?");
   label = gtk_bin_get_child (GTK_BIN (button));
@@ -577,7 +577,7 @@ test_effect (void)
   gtk_widget_set_valign (button, GTK_ALIGN_END);
 
   gtk_overlay_add_overlay (GTK_OVERLAY (overlay), button);
-  /*gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);*/
+  gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);
 
   sw = gtk_scrolled_window_new (NULL, NULL);
   sw = gtk_scrolled_window_new (NULL, NULL);